home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / bibdb14d.zip / BIBDB.CFG next >
Text File  |  1994-01-16  |  7KB  |  221 lines

  1. This is the default BibDB configuration file for BibDB version 1.4d. It is
  2. set for normal BibTeX, plus the fields `abstract', `keywords' and `annote'.
  3.  
  4.  
  5. \parameters{
  6.   version{1.4d}
  7.   selftest{off}
  8.   mouse{on}
  9.   swap{on}
  10.   checkduplicate{on}
  11.   alwaysreadfields{off}
  12.   stickylist{off}
  13.   addmultiple{on}
  14.   autocapitalize{on}
  15.   editfields{required}
  16.   overviewfields{year,title}
  17.   fielddelimit{braces}
  18.   defaultextention{bib}
  19.   eoldisplay{on}
  20.   eolstring{\Cr}
  21.   tildetospace{yes}
  22.   texinputs{%BIBINPUT}
  23.   swapdir{c:\}
  24.   auxdir{[xms];[bibdir];%TMP;c:\}
  25.   dumpfile{dump}
  26.   freediskrequired{100K,bibsize+8K,10K}
  27.   desqview{noshell,hmousecursor 0 to 13}
  28. %  Windows3{noshell,noems,noxms}
  29.   codepage{autodetect}
  30. %  accentchars{file7bit,prog8bit}
  31. }
  32.  
  33. \sort{
  34.   mode{auto}
  35.   collation{mixed}
  36.   nameorder{ascending}
  37.   keyfield{year}
  38.   keyorder{descending}
  39.   patternfile{eyal.ptn}
  40.   patternorder{first}
  41.   sorttypeorder{name}
  42.   addtonewfiles{none}
  43. }  
  44.  
  45. \colors{
  46.   topmenu{<white on red>,<white on blue>,<yellow on red>}
  47.   menu   {<white on brown>,<black on lightgray>,<yellow on brown>}
  48.   message{<white on cyan>,<white on black>}
  49.   error  {<white on red>,<darkgray on lightgray>}
  50.   entry  {<black on lightgray>,<blue on lightgray>,<white on red>}
  51.   edit   {<white on blue>,<white on brown>,<yellow on blue>}
  52.   list   {<yellow on black>,<black on lightgray>,<white on black>}
  53.   dialog {<white on blue>,<black on lightgray>,<yellow on blue>}
  54.   pattern{<yellow on black>,<black on lightgray>,<white on blue>}
  55. }
  56.  
  57.  
  58. \fields{
  59.   author{capitalize,authorlike}
  60.   editor{capitalize,authorlike}
  61.   title
  62.   year{numeric}
  63.   journal
  64.   volume
  65.   pages
  66.   abstract
  67.   keywords{capitalize}
  68.   note
  69.   booktitle{capitalize}
  70.   publisher
  71.   address
  72.   chapter
  73.   edition
  74.   number{numeric}
  75.   notitle
  76.   howpublished
  77.   institution
  78.   key
  79.   month
  80.   organization
  81.   school
  82.   series
  83.   type
  84.   annote
  85.   crossref
  86. }
  87.  
  88. \dumpformats{
  89.   author+editor,"Author",A
  90.   author+editor+abstract,"aUthor+Abstract",U
  91. }
  92.  
  93. \patternformats{
  94.   keywords,"Keywords",K
  95.   title+booktitle,"Title",T
  96.   title+abstract+booktitle,"title+Abstract",A
  97.   title+abstract+keywords+booktitle,"kWds+Title+Abstract",W
  98.   year,"Year",Y
  99.   author+editor,"author+Editor",E
  100. }
  101.  
  102. \entrytypes{
  103.   article{author, title, journal, <volume, number>, year, <month>, pages, 
  104.           <note, keywords, abstract>}
  105.   book{author, title, year, publisher, <address, editor, volume, series,
  106.        edition, month, note, keywords, abstract>}
  107.   misc{<author, title, month, year, note, keywords, abstract, howpublished>}
  108.   proceedings{title, year, <editor, publisher, address, month, organization,
  109.               note, keywords, abstract>}
  110.   inbook{author, title, chapter, pages, publisher, year, <month, volume,
  111.          series, edition, address, note, keywords, abstract>}
  112.   inproceedings{author, title, booktitle, year, <month, publisher, address, 
  113.                 editor, pages, organization, note, keywords, abstract>}
  114.   conference{author, title, booktitle, year, <month, publisher, address, 
  115.              editor, pages, organization, note, keywords, abstract>}
  116.   incollection{author, title, booktitle, publisher, year, <month, address,
  117.                editor, chapter, pages, note, keywords, abstract>}
  118.   unpublished{author, title, note, <month, year, keywords, abstract>}
  119.   booklet{<author>, title, <month, year, howpublished, address, note, 
  120.           keywords, abstract>}
  121.   mastersthesis{author, title, school, year, <month, address, note, type,
  122.                 keywords, abstract>}
  123.   phdthesis{author, title, school, year, <month, address, note, type,
  124.             keywords, abstract>}
  125.   techreport{author, title, institution, year, <month, type, address, number,
  126.              note, keywords, abstract>}
  127.   manual{title, <author, organization, address, edition, year, month, note,
  128.          keywords, abstract>}
  129. }
  130.  
  131.  
  132. \registers{
  133.   E = {Eyal Doron}
  134.   D = {Dept. of Nuclear Physics}
  135.   W = {The Weizmann Institute of Science}
  136. }
  137.  
  138.  
  139. \showformat{
  140. \if{title}{\bf{Title:} "<title>"};
  141. ;
  142. \if{t`article}{\cr{0};
  143.   \if{author}{<<author>>\cr{0}};
  144.   \if{journal}{
  145.   \bf{In:} <journal>\if{volume}{ <volume>}\if{number}{(<number>)} ;
  146.         (\if{month}{<month>, }<year>);
  147.   \if{pages}{ pp. <pages>}.\cr{0}};
  148. };    end of if{article}
  149. ;
  150. \if{t`book,t`inbook,+}{;
  151.   \if{volume}{, volume <volume>\if{edition,series,+,^}{.}};
  152.   \if{edition}{, <edition> edition\if{series,^}{.}};
  153.   \if{series}{,\cr{}\bf{In the series:} "<series>"\cr{0}}
  154.   \if{author}{<<author>>\cr{0}}\elseif{editor}{<<editor>>\cr{0}};
  155.   \if{publisher}{\cr{}\bf{Published by:} <publisher>\if{address}{, <address>};
  156.     \if{month,year,*}{, <month> <year>.}\elseif{year}{, <year>.}\cr{0};
  157.   };
  158.   \if{t`inbook}{;    This part only for the INBOOK style
  159.     \if{chapter}{\bf{Chapter} <chapter>\if{pages}{, \bf{pp.} <pages>};
  160.     \else{.}\cr{0}};
  161.     \elseif{pages}{\cr{}<<pages>>\cr{0}};
  162.   };
  163. };
  164. ;
  165. \if{t`conference,t`inproceedings,t`incollection,+,+}{\cr{0};
  166.  \if{author}{<<author>>\cr{0}};
  167.   \if{booktitle}{\if{author}{\cr{}}\bf{In:} "<booktitle>"};
  168.   \if{chapter}{\if{booktitle,^}{\cr{0}\cr{}}\else{, };
  169.     \bf{Chapter} <chapter>\if{pages}{, \bf{pp.} <pages>\cr{0};
  170.   }}\elseif{pages}{\if{booktitle,^}{\cr{0}\cr{}<<pages>>};
  171.                    \else{, pp. <pages>};
  172.     \cr{0}};
  173.   \if{editor}{\cr{}<<editor>>\cr{0}};
  174.   \if{organization}{\cr{}<<organization>>\cr{0}};
  175.   \if{publisher}{;
  176.     \cr{}\bf{Published by:} <publisher>\if{address}{, <address>};
  177.     \if{month,year,*}{, <month> <year>.}\elseif{year}{, <year>.}
  178.   };
  179.   \elseif{year}{\cr{}\bf{Date:} \if{month}{<month>, }<year>\cr{}};
  180. };
  181. ;
  182. \if{t`misc,t`unpublished,+}{\cr{0};
  183.   \if{author}{<<author>>\cr{0}};
  184.   \if{howpublished}{\cr{}\bf{Published:} <howpublished>\cr{0}};
  185.   \if{year}{\cr{}\bf{Date:} \if{month}{<month>, }<year>\cr{0}};
  186. };
  187. ;
  188. \if{t`proceedings}{\cr{0};
  189.   \if{editor}{<<editor>>\cr{0}};
  190.   \if{organization}{\cr{}<<organization>>\cr{0}};
  191.   \if{publisher}{\cr{}\bf{Published by:} <publisher>\if{address}{, <address>};
  192.   \if{month,year,*}{, <month> <year>.}\elseif{year}{, <year>.}\cr{0}};
  193.   \elseif{year}{\cr{}\bf{Date:} \if{month}{<month>, }<year>\cr{0}};
  194. };
  195. ;
  196. \if{t`mastersthesis,t`phdthesis,+}{\cr{0};
  197.   \if{author}{\cr{}<<author>>\cr{0}}
  198.   \bf{\if{type}{<type>}\else{\if{mastersthesis}{Master's}\else{Ph.D.} Thesis}};
  199.   \if{school}{\bf{, submitted to:} <school>\if{address}{, <address>}};
  200.   \if{month,year,+}{ (<month>\if{month,year,*}{, }<year>)}.\cr{0};
  201. };
  202. ;
  203. \if{t`techreport,t`manual,+}{\cr{0};
  204.   \if{author}{<<author>>\cr{0}};
  205.   \if{t`techreport}{;
  206.   \if{type}{\cr{}<<type>>\cr{0}};
  207.   \if{number}{\cr{}<<number>>\cr{0}};
  208.   }\elseif{edition}{\cr{}<<edition>> edition.\cr{0}};
  209.   \if{institution}{\cr{}<<institution>>\if{address}{, <address>}\cr{}};
  210.   \if{year}{\cr{}\bf{Date:} \if{month}{<month>, }<year>\cr{0}};
  211. };
  212. ;
  213. ;    General
  214. \if{note}{\cr{0}<<note>>\cr{0}};
  215. \if{abstract}{\cr{0}\cr{}<<abstract>>\cr{0}};
  216. \if{keywords}{\cr{0}\if{abstract,^}{\cr{}}<<keywords>>\cr{0}};
  217. \if{annote}{\cr{0}\cr{}<<annote>>\cr{0}};
  218. \if{key}{\cr{0}\cr{}<<key>>\cr{0}};
  219. \if{crossref}{\cr{0}\cr{}<<crossref>>};
  220. }
  221.